LatLngSpan

A geographical span defined by its latitude and longitude span.

Constructors

Link copied to clipboard
fun LatLngSpan(latitudeSpan: Double, longitudeSpan: Double)

Creates a LatLgnSpan.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun describeContents(): Int

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun writeToParcel(out: Parcel, flags: Int)

Flatten this object in to a Parcel.

Properties

Link copied to clipboard

Sets the latitude span.

Link copied to clipboard

Sets the longitude span.